home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / PowerPlant / CDLOGMenuBar / Utilities.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-02  |  724 b   |  15 lines  |  [TEXT/CWIE]

  1. /************************************************************************
  2. *****    File : Utilities.h                                            *****
  3. *****    Copyright 1996, Thomas R. Kimpton                            *****
  4. *****        All Rights Reserved                                        *****
  5. *****                                                                *****
  6. *****    This source code may be freely used in any programming        *****
  7. *****    project so long as credit is duly noted of the author.        *****
  8. ************************************************************************/
  9. extern void SetForeColor(short red, short green, short blue);
  10. extern void SetBackColor(short red, short green, short blue);
  11.  
  12. extern void ShadowBox (Rect someRect);
  13. extern char        HLockState(Handle theHndl);
  14. extern Boolean    GetPortRectForThisPoint(Point thisLoc,Rect *thePortRect);
  15.